home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Jasan / IESS setup.exe / {app} / Skiner.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  2001-11-21  |  2KB  |  112 lines

  1. object AboutBox: TAboutBox
  2.   Left = 146
  3.   Top = 375
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 173
  7.   ClientWidth = 233
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 217
  23.     Height = 121
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProductName: TLabel
  29.       Left = 14
  30.       Top = 8
  31.       Width = 107
  32.       Height = 13
  33.       Caption = 'IE Scrollbar Skiner'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clNavy
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 131
  44.       Top = 8
  45.       Width = 70
  46.       Height = 13
  47.       Alignment = taCenter
  48.       AutoSize = False
  49.       IsControl = True
  50.     end
  51.     object Label1: TLabel
  52.       Left = 100
  53.       Top = 32
  54.       Width = 17
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = 'by'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clNavy
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.     end
  65.     object Label2: TLabel
  66.       Left = 23
  67.       Top = 56
  68.       Width = 171
  69.       Height = 13
  70.       Cursor = crHandPoint
  71.       Hint = 'mailto: sunnysoft@host.sk'
  72.       Caption = 'Vlado "Sunny" Jasa∩┐╜  ∩┐╜ 2001'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clNavy
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       ParentShowHint = False
  80.       ShowHint = True
  81.       OnClick = Label2Click
  82.     end
  83.     object Label3: TLabel
  84.       Left = 38
  85.       Top = 104
  86.       Width = 140
  87.       Height = 13
  88.       Cursor = crHandPoint
  89.       Hint = 'http://www.sunnysoft.host.sk'
  90.       Caption = 'http://www.sunnysoft.host.sk'
  91.       OnClick = Label2Click
  92.     end
  93.     object Label4: TLabel
  94.       Left = 87
  95.       Top = 80
  96.       Width = 44
  97.       Height = 13
  98.       Caption = 'Freeware'
  99.     end
  100.   end
  101.   object OKButton: TButton
  102.     Left = 168
  103.     Top = 140
  104.     Width = 58
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 1
  110.   end
  111. end
  112.